home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / mcv / sbpmwu.exe / SBPRESET.TXT < prev    next >
Text File  |  1993-02-22  |  2KB  |  53 lines

  1. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * SBPRESET.COM        Sound Blaster Pro Reset Utility       Version 1.00  *
  3. *                                                                         *
  4. *                  Copyright (c) 1992 Creative Labs, Inc.                 *
  5. *                          All rights reserved.                           *
  6. *                                                                         *
  7. *                       Written by Peter M. Ridge                         *
  8. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  9.  
  10.  
  11. Overview
  12. ~~~~~~~~
  13. SBPRESET is designed for owners of PS/2 Models 55sx, 57sx, and anyone else
  14. who has problems with their card not resetting on powerup.  SBPRESET looks
  15. for the BLASTER environment setting to determine the location of the Sound
  16. Blaster card.
  17.  
  18.  
  19. Installation
  20. ~~~~~~~~~~~~
  21. Copy the file SBPRESET.COM to the \SB or \SBPRO directory on your hard
  22. disk.
  23.  
  24. To have SBPRESET run automatically with your system's boot up, add it
  25. to the AUTOEXEC.BAT file after the SET BLASTER statement.
  26.  
  27.     for example:
  28.                      SET BLASTER=A220 I7 D1 T2
  29.                      \SBPRO\SBPRESET
  30.  
  31. If your AUTOEXEC.BAT does not contain a SET BLASTER statement, check your
  32. manual for the proper setting of this parameter.  You must have this
  33. setting for SBPRESET to work.
  34.  
  35. If you copied the file to a different subdirectory, put the name of that
  36. directory in place of SBPRO in the example above.
  37.  
  38.  
  39. Other uses
  40. ~~~~~~~~~~
  41. SBPRESET can be used at the DOS prompt at any time to reset the Sound Blaster
  42. Pro card as needed.  At the DOS prompt type \SBPRO\SBPRESET and press
  43. [Enter].  If you copied the file to a different subdirectory, put the name of
  44. that directory in place of SBPRO in the example above.
  45.  
  46. SBPRESET returns the following errorlevel values for use in batch files.
  47.  
  48.           errorlevel       description
  49.           ----------       -----------------------------
  50.               0            card reset, no errors
  51.               1            error in BLASTER environment
  52.               2            error resetting card
  53.